ComponentOne Xamarin Edition
C1CacheCollectionView<T> Class
Members 
C1.CollectionView Assembly > C1.CollectionView Namespace : C1CacheCollectionView<T> Class
The type of the items in the collection view.
Collection that takes another source and cache the items.
Syntax
Type Parameters
T
The type of the items in the collection view.
Remarks
The creation of the items will be delayed until they are accessed. This way the memory and processor usage is optimized.
Inheritance Hierarchy

System.Object
   C1.CollectionView.C1CollectionViewBase<T>
      C1.CollectionView.C1WrapCollectionView<S,T>
         C1.CollectionView.C1WrapCollectionView<T>
            C1.CollectionView.C1CacheCollectionView<T>

See Also

Reference

C1CacheCollectionView<T> Members
C1.CollectionView Namespace